home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.bin / More Information / GQL V3.0 / GQL⁄User / GQL_User.rsrc / STR#_1603.txt < prev    next >
Text File  |  1992-08-10  |  354b  |  23 lines

  1. execute in ^DBBRAND^ "^CMDSTRING^";
  2.  
  3. printctl 12,2,3,4,5,12,12,12,9,10,11,12,13,14,15;
  4.  
  5. printctl 0;
  6.  
  7. describe open databases;
  8.  
  9. describe open dbms;
  10.  
  11.  
  12.  
  13. use location "^DBLOC^";
  14.  
  15. close dbms;
  16.  
  17. close database;
  18.  
  19. open ^DBMS^ database "^DBNAME^" as user "^DBUSER^" with password "^DBPASSWORD^";
  20.  
  21. open ^DBMS^ dbms as user "^DBUSER^" with password "^DBPASSWORD^";
  22.  
  23.